Don't provide openssl s_client as an option for ssl connections
authorRob Browning <rlb@defaultvalue.org>
Sat, 22 Apr 2017 17:02:00 +0000 (12:02 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 15 May 2018 06:03:18 +0000 (01:03 -0500)
commit933561a3372d684a5529d460145ca30c6a23802e
tree5498c48af1c95cecad6331a70c728d95f651b400
parentbf56e978684eeebc859fc70983a8805d8210b149
Don't provide openssl s_client as an option for ssl connections

openssl s_client is no longer a default for ssl connections

"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues.  It also doesn't do checks it
should be doing.  This is all documented behaviour." -- Kurt Roeckx

Bug-Debian: https://bugs.debian.org/766397
lisp/net/tls.el